home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / line_2.dxr / 00526_twoSides.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  175 b   |  14 lines

  1. on mouseWithin
  2.   sprite(81).blend = 100
  3.   sprite(81).cursor = 280
  4. end
  5.  
  6. on mouseDown me
  7.   go("twoSides")
  8. end
  9.  
  10. on mouseLeave
  11.   sprite(81).blend = 50
  12.   sprite(81).cursor = 0
  13. end
  14.